SequenceReferenceFormat Enumeration
Represents what information about a reference is displayed. If the reference format is not specified, the page format is used as the default.
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum SequenceReferenceFormat
Public Enumeration SequenceReferenceFormat
| Page | 0 |
Displays the number of the page on which the referenced item appears.
|
| Chapter | 1 |
Displays the number of the chapter in which the referenced item appears.
|
| Direction | 2 |
Displays whether the referenced item is above or below the reference field.
|
| Text | 3 |
Displays the text of the referenced item.
|
| CategoryValue | 4 |
Displays the name and value of the sequence.
|
| Caption | 5 |
Displays the caption in which the sequence is used.
|
| Value | 6 |
Displays the value of the sequence.
|
| None | 7 |
None.
|